home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / COMMON / TOOLS / VCM / VCM.MDB / VcmComponentContainer / 08_Cabinet / MYPROV.IDL < prev    next >
Encoding:
Text File  |  1998-05-18  |  949 b   |  38 lines

  1. // MyProv.idl : IDL source for MyProv.dll
  2. //
  3. // This is a part of the ActiveX Template Library.
  4. // Copyright (C) 1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // ActiveX Template Library Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // ActiveX Template Library product.
  12.  
  13. // This file will be processed by the MIDL tool to
  14. // produce the type library (MyProv.tlb) and marshalling code.
  15.  
  16. import "oaidl.idl";
  17. import "ocidl.idl";
  18.  
  19. [
  20.     uuid(55A5C072-3C2D-11D1-8EAF-0060083E4509),
  21.     version(1.0),
  22.     helpstring("MyProv 1.0 Type Library")
  23. ]
  24. library MYPROVLib
  25. {
  26.     importlib("stdole32.tlb");
  27.     importlib("stdole2.tlb");
  28.  
  29.     [
  30.         uuid(55A5C080-3C2D-11D1-8EAF-0060083E4509),
  31.         helpstring("MyProvider OLE DB Provider")
  32.     ]
  33.     coclass MyProvider
  34.     {
  35.         interface IUnknown;
  36.     };
  37. };
  38.